gdk: Add missing Since tags for gdk_window_new_child/input
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 18 Oct 2016 11:27:19 +0000 (13:27 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 18 Oct 2016 11:27:19 +0000 (13:27 +0200)
In addition to d22e5e69d93401f8f0a040767fbf69ac5643a19d

gdk/gdkwindow.c

index 8206b7b967f2496961f96594a2fd7d7e24d38dc1..ec0c916d2af30596331ec02271589bf50c7bd428 100644 (file)
@@ -1493,6 +1493,8 @@ gdk_window_new (GdkWindow     *parent,
  * Creates a new client-side child window.
  *
  * Returns: (transfer full): the new #GdkWindow
+ *
+ * Since: 3.90
  **/
 GdkWindow *
 gdk_window_new_child (GdkWindow          *parent,
@@ -1523,6 +1525,8 @@ gdk_window_new_child (GdkWindow          *parent,
  * Creates a new client-side input-only window.
  *
  * Returns: (transfer full): the new #GdkWindow
+ *
+ * Since: 3.90
  **/
 GdkWindow *
 gdk_window_new_input (GdkWindow          *parent,